IWorkItemMaxBusyTime Property |
The maximum time a workItem may be busy until it is aborted. Must be > 0 to be taken into account.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax int MaxBusyTime { get; set; }
Property MaxBusyTime As Integer
Get
Set
property int MaxBusyTime {
int get ();
void set (int value);
}
abstract MaxBusyTime : int with get, set
Property Value
Type:
Int32See Also