is_fixed
is_fixed |
Purpose
Returns
true if the task passed in argument has its start and completion times fixed.
Synopsis
function is_fixed(task:cptask) : boolean
Argument
task
|
the task
|
Return value
true if task is fixed
Example
The following example shows how to see if a cptask
task is fixed
if is_fixed(task) then write('task is fixed! ') end-if
Related topics