Document an edge case.

This commit is contained in:
Joseph Cloutier
2022-03-27 00:17:17 -04:00
parent 6655ee10bb
commit e487de6153

View File

@@ -307,6 +307,10 @@ class JobData
/**
The total time spent on this job.
In multi-threaded mode, this includes the overhead for sending messages,
plus any time spent waiting for a canceled job to return. The latter
delay can be reduced by returning at regular intervals.
**/
@:allow(lime.system.WorkOutput)
public var duration(default, null):Float = 0;