initial commit
This commit is contained in:
17
cVMS.NET_CS/RunCode/Step/_STEP_WAITSTART.cs
Normal file
17
cVMS.NET_CS/RunCode/Step/_STEP_WAITSTART.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Drawing;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using COMM;
|
||||
namespace vmsnet
|
||||
{
|
||||
public partial class FMain
|
||||
{
|
||||
public StepResult _STEP_WAITSTART(ESMStep step, TimeSpan stepTime, TimeSpan seqTime)
|
||||
{
|
||||
PUB.sm.SetNewStep(ESMStep.IDLE);
|
||||
return StepResult.Complete;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user