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