RunAction

Run an action, by name Returns a boolean indicating whether the operation was successful.

Signature

public bool RunAction(string actionName, bool runImmediately = true)

Parameters

actionName
string required

No description provided.

runImmediately
bool
Default:
True

No description provided.

Return Type

bool

Example

CPH.RunAction(actionName);
CPH.RunAction(actionName, runImmediately);