DeviceSetEasyscriptMode Method |
Attempts to put the device in easyscript mode.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public void SetEasyscriptMode(
bool commit_changes
)
Public Sub SetEasyscriptMode (
commit_changes As Boolean
)
public:
void SetEasyscriptMode(
bool commit_changes
)
member SetEasyscriptMode :
commit_changes : bool -> unit
Parameters
- commit_changes
- Type: SystemBoolean
whether to save (true) or set temporarily until power cycle (false) the mode
See Also