2 * Copyright 2015, Axel Dörfler, axeld@pinc-software.de.
3 * Distributed under the terms of the MIT License.
14 using namespace BSupportKit
;
17 class Target
: public BaseJob
{
19 Target(const char* name
);
21 status_t
AddData(const char* name
, BMessage
& data
);
22 const BMessage
& Data() const
25 bool HasLaunched() const
27 void SetLaunched(bool launched
);
30 virtual status_t
Execute();