Skip to content

Commit

Permalink
💡 Explain origin values
Browse files Browse the repository at this point in the history
  • Loading branch information
Lysoun committed Feb 20, 2024
1 parent 0cc208d commit f23c63d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package execution.batch

enum class Origin {
CLIENT,
SERVER,
TIER
CLIENT, // From UI
SERVER, // From Datamaintain
TIER // From something else than anything Datamaintain related
}

0 comments on commit f23c63d

Please sign in to comment.