MCPcopy Index your code
hub / github.com/WebODM/WebODM / get_task_console_output

Method get_task_console_output

nodeodm/models.py:159–166  ·  view source on GitHub ↗

Retrieves the console output of the OpenDroneMap's process. Useful for monitoring execution and to provide updates to the user.

(self, uuid, line)

Source from the content-addressed store, hash-verified

157 return task_info
158
159 def get_task_console_output(self, uuid, line):
160 """
161 Retrieves the console output of the OpenDroneMap's process.
162 Useful for monitoring execution and to provide updates to the user.
163 """
164 api_client = self.api_client()
165 task = api_client.get_task(uuid)
166 return task.output(line)
167
168 def cancel_task(self, uuid):
169 """

Callers 2

get_task_infoMethod · 0.95

Calls 2

api_clientMethod · 0.95
outputMethod · 0.45

Tested by 1