akitorahayashi/wait
Wait for a configured duration with cancellation-aware interruption
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| enabled | Optional boolean flag to enable or disable waiting | no | true |
| minutes | Optional non-negative number of minutes when seconds is omitted; fractional values are truncated after conversion | no | — |
| seconds | Optional non-negative number of seconds; fractional values are truncated | no | — |
| label | Optional descriptive label included in logs | no | — |
Outputs
| name | description |
|---|---|
| waited | Boolean flag indicating whether a positive-duration wait completed |
| effective_seconds | Resolved effective wait duration in seconds |