Check true, this addon will be run once within the next minute as a stand-alone process.
Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride ReadOnly Property ProcessRunOnce As Boolean |
C# |
---|
public abstract bool ProcessRunOnce { get; } |
C++ |
---|
public abstract property bool ProcessRunOnce abstract { bool get(); } |
J# |
---|
/** property */ public bool get_ProcessRunOnce(); |
JScript |
---|
public function get ProcessRunOnce() : bool |