Instance |
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public sealed class InstanceActions : BindableBase
The InstanceActions type exposes the following members.
| Name | Description | |
|---|---|---|
| InstanceActions | Construct InstanceActions |
| Name | Description | |
|---|---|---|
| DiscardStatus | The action to take when an API method returns a Discard status. The action is only taken when the API is called by the simulation, not as a result of scripting. | |
| ErrorStatus | The action to take when an API method returns an Error status. The action is only taken when the API is called by the simulation, not as a result of scripting. | |
| FatalStatus | The action to take when an API method returns a Fatal status. The action is only taken when the API is called by the simulation, not as a result of scripting. | |
| OKStatus | The action to take when an API method returns an OK status. The action is only taken when the API is called by the simulation, not as a result of scripting. | |
| StopTimeReached | Defines what action to take when the simulation reaches a pre-defined stop-time. | |
| WarningStatus | The action to take when an API method returns an Warning status. The action is only taken when the API is called by the simulation, not as a result of scripting. |
| Name | Description | |
|---|---|---|
| RaisePropertiesChanged |
Raise an PropertyChanged event for each value.
(Inherited from BindableBase) | |
| RaisePropertyChanged(PropertyChangedEventArgs) |
Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase) | |
| RaisePropertyChanged(String) |
Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase) |