Open 3D Engine AzToolsFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzToolsFramework::AssetDatabase::JobDatabaseEntry Class Reference

Inherited by AzToolsFramework::AssetDatabase::CombinedDatabaseEntry.

Public Member Functions

 JobDatabaseEntry (AZ::s64 jobID, AZ::s64 sourcePK, const char *jobKey, AZ::u32 fingerprint, const char *platform, AZ::Uuid builderGuid, AssetSystem::JobStatus status, AZ::u64 jobRunKey, AZ::s64 firstFailLogTime=0, const char *firstFailLogFile=nullptr, AZ::s64 lastFailLogTime=0, const char *lastFailLogFile=nullptr, AZ::s64 lastLogTime=0, const char *lastLogFile=nullptr, AZ::u32 warningCount=0, AZ::u32 errorCount=0)
 
 JobDatabaseEntry (AZ::s64 sourcePK, const char *jobKey, AZ::u32 fingerprint, const char *platform, AZ::Uuid builderGuid, AssetSystem::JobStatus status, AZ::u64 jobRunKey, AZ::s64 firstFailLogTime=0, const char *firstFailLogFile=nullptr, AZ::s64 lastFailLogTime=0, const char *lastFailLogFile=nullptr, AZ::s64 lastLogTime=0, const char *lastLogFile=nullptr, AZ::u32 warningCount=0, AZ::u32 errorCount=0)
 
bool operator== (const JobDatabaseEntry &other) const
 
AZStd::string ToString () const
 
auto GetColumns ()
 

Public Attributes

AZ::s64 m_jobID = InvalidEntryId
 
AZ::s64 m_sourcePK = InvalidEntryId
 
AZStd::string m_jobKey
 
AZ::u32 m_fingerprint = 0
 
AZStd::string m_platform
 
AZ::Uuid m_builderGuid
 
AssetSystem::JobStatus m_status = AssetSystem::JobStatus::Queued
 
AZ::u64 m_jobRunKey = 0
 
AZ::s64 m_failureCauseSourcePK = InvalidEntryId
 
AZ::u32 m_failureCauseFingerprint = 0
 
AZ::s64 m_firstFailLogTime = 0
 
AZStd::string m_firstFailLogFile
 
AZ::s64 m_lastFailLogTime = 0
 
AZStd::string m_lastFailLogFile
 
AZ::s64 m_lastLogTime = 0
 
AZStd::string m_lastLogFile
 
AZ::u32 m_errorCount = 0
 
AZ::u32 m_warningCount = 0
 

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