  | JobStatusRunningTaskCount Property  | 
 
            Gets or sets the number of tasks currently running.
            
 
    Namespace: 
   Ookii.Jumbo.Jet
    Assembly:
   Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntaxpublic int RunningTaskCount { get; set; }Public Property RunningTaskCount As Integer
	Get
	Set
public:
property int RunningTaskCount {
	int get ();
	void set (int value);
}member RunningTaskCount : int with get, set
Property Value
Type: 
Int32
See Also