MCPcopy Create free account
hub / github.com/astercloud/aster / cancel

Function cancel

ui/src/composables/useAgentLoop.ts:448–452  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

446 * 取消执行
447 */
448 const cancel = () => {
449 isRunning.value = false;
450 isPaused.value = false;
451 pendingApproval.value = null;
452 };
453
454 return {
455 // 状态

Callers 15

ExecuteMethod · 0.85
StartAsyncMethod · 0.85
WaitForCompletionFunction · 0.85
TestPTCIntegrationFunction · 0.85
checkPythonAiohttpFunction · 0.85
ExecuteMethod · 0.85
ExecuteMethod · 0.85
ExecuteMethod · 0.85
execWithLimitsMethod · 0.85
execDirectMethod · 0.85
StartSubagentMethod · 0.85

Calls

no outgoing calls