MFGS System
MFGSSystem Public interface
Description
Describes methods and properties available on the static instance object MFGS.System
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph VGWWCoreIEx VGWWCoreIEx.IExMFGSSystem[[IExMFGSSystem]] class VGWWCoreIEx.IExMFGSSystem interfaceStyle; endMembers
Properties
Public properties
| Type | Name | Methods |
|---|---|---|
IExMFGSSystemDisplay | DisplayGets methods and properties related to display | get |
Methods
Public methods
| Returns | Name |
|---|---|
void | Halt()Causes the MFGStream Server to initiate a graceful shotdown. |
Details
Summary
Describes methods and properties available on the static instance object MFGS.System
Methods
Halt
public void Halt()Summary
Causes the MFGStream Server to initiate a graceful shotdown.
Remarks
Has no affect when called from MFGStream Designer.
Properties
Display
public IExMFGSSystemDisplay Display { get; }Summary
Gets methods and properties related to display
Generated with ModularDoc