rusty_desktop_icons.FinishReason

class rusty_desktop_icons.FinishReason

Why an animation ended.

kind is a string-compatible FinishReasonKind member. For “stopped”, stop_mode carries the requested [StopMode]. For “error”, message carries a human-readable description.

property kind: rusty_desktop_icons._enums.FinishReasonKind
property message: str | None
property stop_mode: StopMode | None