Click or drag to resize

BasicWorkItemMaxBusyTime 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.2
Syntax
public int MaxBusyTime { get; set; }

Property Value

Int32

Implements

IWorkItemMaxBusyTime
See Also