MCPcopy
hub / github.com/triggerdotdev/trigger.dev / #getRemainingTimeInMillis

Method #getRemainingTimeInMillis

packages/trigger-sdk/src/io.ts:1530–1536  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1528 }
1529
1530 #getRemainingTimeInMillis() {
1531 if (this._executionTimeout) {
1532 return this._executionTimeout - (performance.now() - this._timeOrigin);
1533 }
1534
1535 return undefined;
1536 }
1537}
1538
1539// Generate a stable idempotency key for the key material, using a stable json stringification

Callers 2

#detectAutoYieldMethod · 0.95
#forceYieldMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected