IJobInfo.setWork method
Specifies the next unit of work to run once this job yields.
Syntax
iJobInfo.setWork(work);
Parameters
work
Type: FunctionThe next unit of work to run once this job yields.
Return value
This method does not return a value.
Requirements
Minimum WinJS version |
WinJS 2.0 |
Namespace |
WinJS.Utilities.Scheduler |