tasks.lib
constant
mod_init
type
type
returntype
constant
createTask
type
type
alias
→
(
alias
→
returntype
)
constant
killTask
type
type
task
→
returntype
constant
copyTask
type
type
task
→
returntype
constant
compareTasks
type
type
task
→
(
task
→
returntype
)
constant
printTask
type
type
task
→
returntype
constant
startTasks
type
type
list
→
returntype
constant
startTasks_child
type
type
int
→
(
list
→
returntype
)
constant
startTasks_grandchild
type
type
int
→
(
int
→
(
int
→
(
int
→
(
int
→
returntype
)
)
)
)
constant
removeDemanded
type
type
alias
→
returntype
constant
give_priority
type
type
intvec
→
(
intvec
→
returntype
)
constant
stopTask
type
type
task
→
returntype
constant
waitTasks
type
type
list
→
(
int
→
(
list
→
returntype
)
)
constant
waitAllTasks
type
type
list
→
returntype
constant
pollTask
type
type
task
→
returntype
constant
getCommand
type
type
task
→
returntype
constant
getArguments
type
type
task
→
returntype
constant
getResult
type
type
task
→
returntype
constant
getState
type
type
task
→
returntype
constant
argsToString
type
type
int
→
(
string
→
returntype
)