[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwamstask.pas line 264
type IScheduledWorkItem = interface(IUnknown) |
function CreateTrigger(); |
function DeleteTrigger(); |
function GetTriggerCount(); |
function GetTrigger(); |
function GetTriggerString(); |
function GetRunTimes(); |
function GetNextRunTime(); |
function SetIdleWait(); |
function GetIdleWait(); |
function Run; |
function Terminate; |
function EditWorkItem(); |
function GetMostRecentRunTime(); |
function GetStatus(); |
function GetExitCode(); |
function SetComment(); |
function GetComment(); |
function SetCreator(); |
function GetCreator(); |
function SetWorkItemData(); |
function GetWorkItemData(); |
function SetErrorRetryCount(); |
function GetErrorRetryCount(); |
function SetErrorRetryInterval(); |
function GetErrorRetryInterval(); |
function SetFlags(); |
function GetFlags(); |
function SetAccountInformation(); |
function GetAccountInformation(); |
end; |
| |
IInterface |