LeviLamina
Loading...
Searching...
No Matches
BackgroundTaskBase Class Referenceabstract

Classes

class  CurrentTaskAutoScope
class  PendingComparer
class  PriorityComparer

Public Member Functions

BackgroundTaskBaseoperator= (BackgroundTaskBase const &)
 BackgroundTaskBase (BackgroundTaskBase const &)
virtual void cancel ()=0
virtual bool isReady () const =0
virtual::TaskRunResult run (::ITaskExecutionContext const *executionContext, bool isAsyncContext)=0
MCAPI BackgroundTaskBase (::gsl::not_null<::IBackgroundTaskOwner * > group, ::TaskStartInfo const &startInfo, bool isAsync)
MCAPI void _makeOrphan ()
MCAPI void backDownPriority ()
MCAPI bool canBeRunBy (::std::thread::id workerId) const
MCAPI::IBackgroundTaskOwner * getGroup ()
MCAPI::TaskGroupState getGroupState () const
MCAPI ::std::shared_ptr<::BackgroundTaskBase > getNext ()
MCAPI::BackgroundTaskBase * getPrev ()
MCAPI::std::chrono::steady_clock::time_point getStartAfterTime () const
MCAPI bool hasAffinity () const
MCAPI bool isAsync () const
MCAPI bool isOrphaned () const
MCAPI bool isReadyToStart (::std::chrono::steady_clock::time_point t) const
MCAPI void setNext (::std::shared_ptr<::BackgroundTaskBase > next)
MCAPI void setPrev (::BackgroundTaskBase *prev)
MCAPI void setStartAfterTime (::std::chrono::steady_clock::time_point t)
MCAPI void setSyncPriority ()
MCAPI void taskComplete ()
MCAPI void * $ctor (::gsl::not_null<::IBackgroundTaskOwner * > group, ::TaskStartInfo const &startInfo, bool isAsync)
MCAPI void $dtor ()

Static Public Member Functions

static MCAPI ::BackgroundTaskBase * getCurrent ()
static MCAPI ::BackgroundTaskBase *& gCurrentTask ()
static MCAPI void ** $vftable ()

Public Attributes

::ll::UntypedStorage< 1, 1 > mUnk2ebc0e
::ll::UntypedStorage< 8, 8 > mUnk7e9993
::ll::UntypedStorage< 8, 8 > mUnk2e5c7a
::ll::UntypedStorage< 8, 16 > mUnk2bac6e
::ll::UntypedStorage< 4, 4 > mUnkb3642a
::ll::UntypedStorage< 4, 4 > mUnk96ebbd
::ll::UntypedStorage< 4, 4 > mUnkcad031
::ll::UntypedStorage< 8, 8 > mUnk8b825b
::ll::UntypedStorage< 8, 32 > mUnk855f70
::ll::UntypedStorage< 1, 1 > mUnk3605cd

Constructor & Destructor Documentation

◆ BackgroundTaskBase()

MCAPI BackgroundTaskBase::BackgroundTaskBase ( ::gsl::not_null<::IBackgroundTaskOwner * > group,
::TaskStartInfo const & startInfo,
bool isAsync )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

Member Function Documentation

◆ _makeOrphan()

MCAPI void BackgroundTaskBase::_makeOrphan ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ backDownPriority()

MCAPI void BackgroundTaskBase::backDownPriority ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ canBeRunBy()

MCAPI bool BackgroundTaskBase::canBeRunBy ( ::std::thread::id workerId) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getGroup()

MCAPI::IBackgroundTaskOwner * BackgroundTaskBase::getGroup ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getGroupState()

MCAPI::TaskGroupState BackgroundTaskBase::getGroupState ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getNext()

MCAPI ::std::shared_ptr<::BackgroundTaskBase > BackgroundTaskBase::getNext ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getPrev()

MCAPI::BackgroundTaskBase * BackgroundTaskBase::getPrev ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getStartAfterTime()

MCAPI::std::chrono::steady_clock::time_point BackgroundTaskBase::getStartAfterTime ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ hasAffinity()

MCAPI bool BackgroundTaskBase::hasAffinity ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isAsync()

MCAPI bool BackgroundTaskBase::isAsync ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isOrphaned()

MCAPI bool BackgroundTaskBase::isOrphaned ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isReadyToStart()

MCAPI bool BackgroundTaskBase::isReadyToStart ( ::std::chrono::steady_clock::time_point t) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ setNext()

MCAPI void BackgroundTaskBase::setNext ( ::std::shared_ptr<::BackgroundTaskBase > next)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ setPrev()

MCAPI void BackgroundTaskBase::setPrev ( ::BackgroundTaskBase * prev)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ setStartAfterTime()

MCAPI void BackgroundTaskBase::setStartAfterTime ( ::std::chrono::steady_clock::time_point t)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ setSyncPriority()

MCAPI void BackgroundTaskBase::setSyncPriority ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ taskComplete()

MCAPI void BackgroundTaskBase::taskComplete ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ getCurrent()

MCAPI ::BackgroundTaskBase * BackgroundTaskBase::getCurrent ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ gCurrentTask()

MCAPI ::BackgroundTaskBase *& BackgroundTaskBase::gCurrentTask ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $ctor()

MCAPI void * BackgroundTaskBase::$ctor ( ::gsl::not_null<::IBackgroundTaskOwner * > group,
::TaskStartInfo const & startInfo,
bool isAsync )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $dtor()

MCAPI void BackgroundTaskBase::$dtor ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftable()

MCAPI void ** BackgroundTaskBase::$vftable ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

The documentation for this class was generated from the following file: