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: 7.2.0.0 (7.2.0.0)
Syntax
public static bool IsInitialized { get; }

Property Value

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