Skip to main content

@rbxts/rlog > LogContext > IsDead

LogContext.IsDead() method

A context is considered dead after stop has been called.

Signature:

IsDead(): boolean;

Returns:

boolean

boolean indicating whether this context is usable or not.

Remarks

A dead context should not be used anymore, and can not be re-started.