Table of Contents

Enum ProcessScope

Namespace
JJMasterData.Core.DataDictionary.Models
Assembly
JJMasterData.Core.dll

Execution scope of the process

public enum ProcessScope

Fields

Global = 0

Global

Only one import of this dictionary can be executed at a time, and all users can view the last log and the execution of a process in progress.

User = 1

User

Multiple users can execute this process simultaneously, but each can only view the log and execution of their own process.