Share via


WrkCtrScheduler.init Method [AX 2012]

Initializes the engine variables.

Syntax

public void init()

Run On

Server

Remarks

All data structures needed for a scheduling run are created here instead of in the new method, in order to avoid unnecessary operations when just instantiating a processor just to retrieve parameters.

See Also

Reference

WrkCtrScheduler Class