public bool visit(SWLWorkflowWait <bool> node)
        {
            Console.WriteLine("WAIT handle={0}", node.handle);

            dict_async_invocations [node.handle].wait();

            return(true);
        }
Esempio n. 2
0
 public bool visit(SWLWorkflowWait <bool> node)
 {
     dict_async_invocations [node.handle].wait();
     return(true);
 }