ExecutionTime
Namespace: MBrace.Runtime
Cloud execution time metadata
Union Cases
Union Case | Description |
Finished(startTime,executionTime)
Signature: DateTimeOffset * TimeSpan
|
Task has completed |
NotStarted
Signature:
|
Task has not been started |
Started(startTime,executionTime)
Signature: DateTimeOffset * TimeSpan
|
Task has started but not completed yet |