Click or drag to resize

SimulationKiller Class

API class for killing currently running simulations.
Inheritance Hierarchy
SystemObject
  ema3d.Api.V26.Core.ExecutionSimulationKiller

Namespace: ema3d.Api.V26.Core.Execution
Assembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntax
public class SimulationKiller

The SimulationKiller type exposes the following members.

Constructors
 NameDescription
Public methodSimulationKiller 
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberKill Kills all currently running simulations.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also