Exemplo n.º 1
0
 /// <summary>
 /// Gets the value of the internal variable
 /// </summary>
 public bool LookupBoolVariable(string key)
 {
     return(SfcProgramData.IsStepActive(SfcProgramData.StepMaster.GetStepStateKey(key)));
 }