DOFServerisStarted Method OpenDOF Object Access Library
Return whether the server is currently started.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public bool isStarted()

Return Value

Type: Boolean
True if the server is started, false otherwise.
Remarks

Return whether the server is currently started.

This is a convenience method that is more efficient than calling getState().isStarted().

NOTE: This call may block while the server's state is changing.

See Also

Reference