MCPcopy Create free account
hub / github.com/AdbAutoPlayer/AdbAutoPlayer / Advanced

Interface Advanced

src/client/_apiTypes.d.ts:174–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 * Advanced Settings model.
173 */
174export interface Advanced {
175shutdown_after_tasks?: ShutdownAfterTasks
176restart_stuck_task?: RestartStuckTasks
177restart_stuck_task_after_mins?: RestartGameIfTaskTakesLongerThanMinutes
178[k: string]: unknown
179}
180export interface ProfileStateUpdate {
181state: ProfileState
182timestamp: Timestamp

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected