mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-23 09:16:19 +01:00
9 lines
221 B
Dart
9 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;
|