
2.5.
CLASS: TASK
CHAPTER 2.
API REFERENCE
RPC name: get result
Overview:
Get the result field of the given task.
Signature:
string get_result (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 error info
Overview:
Get the error info field of the given task.
Signature:
(string Set) get_error_info (session_id s, task ref self)
Arguments:
type
name
description
task ref
self
reference to the object
Return Type:
string Set
value of the field
RPC name: get other config
Overview:
Get the other config field of the given task.
Signature:
((string -> string) Map) get_other_config (session_id s, task ref self)
Arguments:
type
name
description
task ref
self
reference to the object
Return Type:
(string
→
string) Map
value of the field
32