2.5.
CLASS: TASK
CHAPTER 2.
API REFERENCE
Arguments:
type
name
description
task ref
self
reference to the object
Return Type:
string
value of the field
RPC name: get name description
Overview:
Get the name/description field of the given task.
Signature:
string get_name_description (session_id s, task ref self)
Arguments:
type
name
description
task ref
self
reference to the object
Return Type:
string
value of the field
RPC name: get allowed operations
Overview:
Get the allowed operations field of the given task.
Signature:
((task_allowed_operations) Set) get_allowed_operations (session_id s, task ref self)
Arguments:
type
name
description
task ref
self
reference to the object
Return Type:
(task allowed operations) Set
value of the field
RPC name: get current operations
Overview:
Get the current operations field of the given task.
Signature:
((string -> task_allowed_operations) Map) get_current_operations (session_id s, task ref self)
Arguments:
type
name
description
task ref
self
reference to the object
29