Class IdleTrackerState
Inherited Members
Namespace: Volo.Abp.Account.Pro.Public.Blazor.Shared.Pages.Account.Idle
Assembly: Volo.Abp.Account.Pro.Public.Blazor.Shared.dll
Syntax
public class IdleTrackerState
Constructors
IdleTrackerState()
Declaration
public IdleTrackerState()
Properties
Idle
Declaration
public bool Idle { get; set; }
Property Value
Type | Description |
---|---|
bool |
LastActive
Declaration
public long LastActive { get; set; }
Property Value
Type | Description |
---|---|
long |
Paused
Declaration
public bool Paused { get; set; }
Property Value
Type | Description |
---|---|
bool |