update_progress(
self,
progress: HookProgress,
) -> None| Name | Type | Description |
|---|---|---|
progress* | HookProgress | Handler lifecycle update. |
Update the currently visible hook-owned status.
Concurrent handlers share one status slot. The most recently activated handler wins until it completes; when the last active handler finishes, the slot is released with an empty message.