mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-23 17:26:18 +01:00
8 lines
221 B
Dart
8 lines
221 B
Dart
/// Standard activity result: operation canceled.
|
|
const resultCanceled = 0;
|
|
|
|
/// Standard activity result: operation succeeded.
|
|
const resultOk = -1;
|
|
|
|
/// Start of user-defined activity results.
|
|
const resultFirstUser = 1;
|