Search
TaskEvent.getTask Method
See Also
 






Gets the task related to the event.

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

 Syntax

Java  Copy Code

public Task getTask ()

 Return Value

An instance of the Task class related to the raised event.

 See Also