Home
last modified time | relevance | path

Searched defs:TaskAttribute (Results 1 – 1 of 1) sorted by relevance

/foundation/ability/ability_runtime/services/common/include/
Dtask_utils_wrap.h37 struct TaskAttribute { struct
38 std::string taskName_;
39 int64_t delayMillis_ = 0;
40 TaskQoS taskQos_ = TaskQoS::DEFAULT;
42 bool IsDefault() const in IsDefault()