MCPcopy Create free account
hub / github.com/WebODM/WebODM / restart

Method restart

app/api/tasks.py:166–167  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

164
165 @action(detail=True, methods=['post'])
166 def restart(self, *args, **kwargs):
167 return self.set_pending_action(pending_actions.RESTART, *args, **kwargs)
168
169 @action(detail=True, methods=['post'])
170 def remove(self, *args, **kwargs):

Callers 1

restart_taskMethod · 0.80

Calls 1

set_pending_actionMethod · 0.95

Tested by

no test coverage detected