# Show/Hide Timer Window Progress Bar

GrammarshowHide progress bar for window|Timer Window
FlagsNative | Action

Shows a progress bar indicating elapsed or remaining time based on the window style. If the timer duration is Infinite, the bar will always be empty or full.

# Arguments

Returns — void

native void TimerWindowShowProgressBar(
	int inWindow,
	bool inShow,
);

Category: Timer / Timer Windows

# Examples

— None found —