[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwamstask.pas line 306
type ITask = interface(IScheduledWorkItem) |
function SetApplicationName(); |
function GetApplicationName(); |
function SetParameters(); |
function GetParameters(); |
function SetWorkingDirectory(); |
function GetWorkingDirectory(); |
function SetPriority(); |
function GetPriority(); |
function SetTaskFlags(); |
function GetTaskFlags(); |
function SetMaxRunTime(); |
function GetMaxRunTime(); |
end; |
| |
| |
IInterface |