Class JTProcess
Wraps an instance of a process.
Inheritance
System.Object
JTProcess
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Moraware.JobTrackerAPI5
Assembly: JobTrackerAPI5.dll
Syntax
public class JTProcess
Properties
IsInactive
Indicates whether or not this process is active.
Declaration
public bool IsInactive { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
ProcessId
Identifies the process.
Declaration
public int ProcessId { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
ProcessName
Name of the process.
Declaration
public string ProcessName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
ProcessPluralName
Plural name of the process.
Declaration
public string ProcessPluralName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
SeqNum
Indicates the placement of this process within the set of all processes.
Declaration
public int SeqNum { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Methods
ToString()
Name of the process (if it's been set, otherwise it just the id).
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String | Name of the process . |
Overrides
System.Object.ToString()