MentDB, The digital brain.  Download About me Home
Functions / Task
task cleartask context add task context create|insert|addtask add task create|insert|addtask validtask is validtask add strategy task create|insert|add strategytask exclude strategytask set vartask remove vartask context set vartask context remove var

task clear

Description
    To clear the task tab
admin
task clear
mentdb
Task tab cleared with successful.

task context add

Synonymous
    task context create|insert|add
Description
    To add a new context into the task stack
admin
task context add
mentdb
Context added with successful.

task add

Synonymous
    task create|insert|add
Description
    To add a new task into the last context
admin
task add
mentdb
Task added with successful.

task valid

Description
    To valid the first task into the first context
admin
task valid
mentdb
Task validated with successful.

task is valid

Description
    To add a new task into the last context
admin
task is valid
mentdb
1

task add strategy <strategy>

Synonymous
    task create|insert|add strategy
Description
    To add a new found strategy into a task
Parameters
    strategy:   The strategy - string - required
admin
task add strategy "RS[3]"
mentdb
Strategy added with successful.

task exclude strategy

Description
    To exclude a strategy from a task
admin
task exclude strategy
mentdb
Strategy excluded with successful.

task set var <varname> <value>

Description
    To set a new variable into a task environment
Parameters
    varname:   The variable name - string - required
    value:   The value - string - required
admin
task set var "[v1]" 12
mentdb
Variable saved with successful.

task remove var <varname>

Description
    To remove a variable from a task environment
Parameters
    varname:   The variable name - string - required
admin
task remove var "[v1]"
mentdb
Variable removed with successful.

task context set var <varname> <value>

Description
    To set a new variable into a context environment
Parameters
    varname:   The variable name - string - required
    value:   The value - string - required
admin
task context set var "[v1]" 12
mentdb
Variable saved with successful.

task context remove var <varname>

Description
    To remove a variable from a context environment
Parameters
    varname:   The variable name - string - required
admin
task context remove var "[v1]"
mentdb
Variable removed with successful.




© 2012-2017 - Jimmitry Payet.