コード例 #1
0
 public virtual RuntimeModuleSnapshot TakeSnapshot(RuntimeModuleHandle handle)
 {
     return new RuntimeModuleSnapshot
     {
         PetriNet = handle.ExecutionContext.PetriNetModule.PetriNet
     };
 }
コード例 #2
0
 public virtual void WaitForEnd(RuntimeModuleHandle handle)
 {
     runtime.WaitForProcessEnd(handle);
 }