KVSFCYEtagisStorageSI#
Procedures#
isImportRunning() : Boolean#
Summary: Returns the current Etagis import execution status from the single instance storage, providing thread-safe access to the global import running state for coordination between multiple Etagis import processes, enabling proper import workflow management and preventing concurrent import operations conflicts.
procedure isImportRunning(): Boolean
Returns: Boolean value indicating whether an Etagis import process is currently running (true) or not (false), allowing calling procedures to check import status for workflow coordination, error prevention, and proper import scheduling management.
isRutingImportDateTimesWritten() : Boolean#
Summary: Returns the current status of routing import date-time writing operations from the single instance storage, providing thread-safe access to the global routing import date-time processing state for coordination between Etagis import processes and ensuring proper sequencing of routing date-time updates during production order scheduling imports.
procedure isRutingImportDateTimesWritten(): Boolean
Returns: Boolean value indicating whether routing import date-times have been written to the database (true) or are still pending (false), allowing calling procedures to verify routing date-time processing completion for proper import workflow coordination and scheduling validation.