Gets the currently executing job or null if no job is executing.
Syntax
C# |
Visual Basic |
Managed C++ |
public static Job CurrentJob { get; }
Public Shared ReadOnly Property CurrentJob As Job
public:
static Job^ CurrentJob {
Job^ get ();
}
Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)