Skip to content

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;
end

Members

Properties

Public properties

TypeNameMethods
IExMFGSSystemDisplayDisplay
Gets methods and properties related to display
get

Methods

Public methods

ReturnsName
voidHalt()
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