public void RJClearJob() { if (rjConnection.ConnectionID <= 0) { return; } ReaPi.ClearJob(rjConnection.ConnectionID, 1); }