com.pcbsys.nirvana.nAdminAPI.nTask Class Reference
Has details about individual tasks within a scheduler. More...
Public Member Functions | |
| String | getTask () |
| Returns the name of the task. | |
| String | getTaskFunction () |
| The function that the task should be performing. | |
| String | getTaskParameter () |
| Returns the tasks parameter. | |
| boolean | isCalendar () |
| Is this a calendar based task. | |
Detailed Description
Has details about individual tasks within a scheduler.Member Function Documentation
| String com.pcbsys.nirvana.nAdminAPI.nTask.getTask | ( | ) |
Returns the name of the task.
- Returns:
- task name.
| String com.pcbsys.nirvana.nAdminAPI.nTask.getTaskFunction | ( | ) |
The function that the task should be performing.
- Returns:
- String function.
| String com.pcbsys.nirvana.nAdminAPI.nTask.getTaskParameter | ( | ) |
Returns the tasks parameter.
- Returns:
- String parameter to be passed to the task.
| boolean com.pcbsys.nirvana.nAdminAPI.nTask.isCalendar | ( | ) |
Is this a calendar based task.
- Returns:
- true if the task is calendar based.
