Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Execute
Method · 0.85
StartAsync
Method · 0.85
WaitForCompletion
Function · 0.85
TestPTCIntegration
Function · 0.85
TestHTTPBridgeServerEndpoints
Function · 0.85
checkPythonAiohttp
Function · 0.85
Execute
Method · 0.85
Execute
Method · 0.85
Execute
Method · 0.85
execWithLimits
Method · 0.85
execDirect
Method · 0.85
StartSubagent
Method · 0.85
Calls
no outgoing calls
Tested by
8
TestPTCIntegration
Function · 0.68
TestHTTPBridgeServerEndpoints
Function · 0.68
checkPythonAiohttp
Function · 0.68
TestPersistentPreferenceManager_AutoSave
Function · 0.68
TestScheduler_OnStep
Function · 0.68
TestExecuteContextCancellation
Function · 0.68
TestModelFallbackManager_ContextCancellation
Function · 0.68
setupTestServer
Function · 0.68