Execution Result
- class dazpy.ExecutionResult(value, output=<factory>, request_id='', success=True, error='', duration_ms=0.0)[source]
Bases:
objectThe result of a synchronous or asynchronous DazScript execution.
- value
The return value of the script (JSON-decoded). May be
None, abool,int,float,str,list, ordict.- Type: