Method | Description | |
---|---|---|
EnsureTaskRecord ( string id, TaskType type ) : void | ||
ExistsLockRecordForId ( string id, TaskType type ) : bool | ||
ExistsTaskRecordForId ( string id, TaskType type ) : bool | ||
FetchTaskForId ( string id, TaskType type ) : |
||
InitTaskForId ( string id, TaskType type ) : void | ||
IntervalFromType ( TaskType type ) : System.TimeSpan | ||
IsAbandoned ( string id, TaskType type ) : bool | ||
IsLockedId ( string id, TaskType type ) : bool | ||
LockId ( string id, TaskType type ) : ElmcityUtils.HttpResponse | ||
MaybeStartTaskForId ( System.DateTime now, |
||
StartTaskForId ( string id, TaskType type ) : ElmcityUtils.HttpResponse | ||
StopTaskForId ( string id, TaskType type ) : void | ||
StoreTaskForId ( |
||
UnlockId ( string id, TaskType type ) : ElmcityUtils.HttpResponse | ||
UpdateStartTaskForId ( string id, TaskType type ) : ElmcityUtils.HttpResponse |
public static EnsureTaskRecord ( string id, TaskType type ) : void | ||
id | string | |
type | TaskType | |
return | void |
public static ExistsLockRecordForId ( string id, TaskType type ) : bool | ||
id | string | |
type | TaskType | |
return | bool |
public static ExistsTaskRecordForId ( string id, TaskType type ) : bool | ||
id | string | |
type | TaskType | |
return | bool |
public static FetchTaskForId ( string id, TaskType type ) : |
||
id | string | |
type | TaskType | |
return |
public static InitTaskForId ( string id, TaskType type ) : void | ||
id | string | |
type | TaskType | |
return | void |
public static IntervalFromType ( TaskType type ) : System.TimeSpan | ||
type | TaskType | |
return | System.TimeSpan |
public static IsAbandoned ( string id, TaskType type ) : bool | ||
id | string | |
type | TaskType | |
return | bool |
public static IsLockedId ( string id, TaskType type ) : bool | ||
id | string | |
type | TaskType | |
return | bool |
public static LockId ( string id, TaskType type ) : ElmcityUtils.HttpResponse | ||
id | string | |
type | TaskType | |
return | ElmcityUtils.HttpResponse |
public static MaybeStartTaskForId ( System.DateTime now, |
||
now | System.DateTime | |
calinfo | ||
type | TaskType | |
return | TaskType |
public static StartTaskForId ( string id, TaskType type ) : ElmcityUtils.HttpResponse | ||
id | string | |
type | TaskType | |
return | ElmcityUtils.HttpResponse |
public static StopTaskForId ( string id, TaskType type ) : void | ||
id | string | |
type | TaskType | |
return | void |
public static StoreTaskForId ( |
||
task | ||
id | string | |
type | TaskType | |
return | void |
public static UnlockId ( string id, TaskType type ) : ElmcityUtils.HttpResponse | ||
id | string | |
type | TaskType | |
return | ElmcityUtils.HttpResponse |
public static UpdateStartTaskForId ( string id, TaskType type ) : ElmcityUtils.HttpResponse | ||
id | string | |
type | TaskType | |
return | ElmcityUtils.HttpResponse |