Search
Command Constructor
See Also
 






Initializes a new instance of the Command class.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

protected Command (
    Schedule schedule
)

 Parameters

schedule

The Schedule object this command will operate on.

 See Also