Exemple #1
0
 public void Step(JavaScriptDiagStepType stepType)
 {
     runner.RunTask(() =>
     {
         Native.ThrowIfError(Native.JsDiagSetStepType(stepType));
     });
     stepASE.Set();
 }
Exemple #2
0
 public static extern JavaScriptErrorCode JsDiagSetStepType(JavaScriptDiagStepType stepType);