summaryrefslogtreecommitdiffstats
path: root/common/commands/commandcompletion.fbs
blob: 9583108baa42501e7ae493c4dea3d37e974f9d9e (plain)
1
2
3
4
5
6
7
8
9
namespace Akonadi2;

table CommandCompletion {
    id: ulong
    success: bool
    log: ulong = 0
}

root_type CommandCompletion;