Click or drag to resize
MvProcessIsInitialized Property
Indicates if the process has been initialized.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public static bool IsInitialized { get; }

Property Value

Type: Boolean
true if the process has already been initialized, false otherwise.
See Also