Lines Matching refs:machine
8 const machine = interpret(UpdatesStateMachine) constant
17 machine.send(event);
23 const machine = interpret(UpdatesStateMachine) constant
45 machine.send(checkEvent);
46 machine.send(checkCompleteEvent);
50 const machine = interpret(UpdatesStateMachine) constant
62 machine.send(downloadEvent);
68 const machine = interpret(UpdatesStateMachine) constant
91 machine.send(downloadEvent);
92 machine.send(downloadCompleteEvent);
97 const machine = interpret(UpdatesStateMachine) constant
120 machine.send(checkEvent);
121 machine.send(checkCompleteAvailableEvent);
128 const machine = interpret(UpdatesStateMachine) constant
163 machine.send(downloadEvent);
164 machine.send(downloadCompleteEvent);
165 machine.send(checkEvent);
166 machine.send(checkCompleteEvent);