Example #1
0
 private async Task <bool> MainCoroutine()
 {
     if (!string.IsNullOrEmpty(CurrentProfileName))
     {
         QBCLog.Info("Skipping Current HBRelogTask... Bye Bye Now");
         HBRelogRemoteApi.SkipCurrentTask(CurrentProfileName);
         BehaviorDone();
         return(true);
     }
     else
     {
         QBCLog.Error("Could not connect to HBRelog Server or Invalid Profile. Could not Skip Task");
         BehaviorDone();
         return(true);
     }
 }
Example #2
0
 public static void SkipCurrentTask(string profileName)
 {
     HBRelogRemoteApi.SkipCurrentTask(profileName);
 }