1using CommunityToolkit.Mvvm.ComponentModel;
Class combining informations used while document creation.
bool _isDocumentDataAvailable
State of whether data is available for document creation.
bool _isDocumentTemplateAvailable
State of whether the template file is available for document creation.
bool _isDocumentCreationRunning
State of whether a document creation process is currently running.
string _lastDocumentFilePath
File path of the last created document.
bool _isDocumentCreationSuccessful
State of whether a document creation process was successful.