done property

bool? done
getter/setter pair

This field indicates whether the script execution has completed.

A completed execution has a populated response field containing the ExecutionResponse from function that was executed.

Implementation

core.bool? done;