Function MaaSetTaskParam

Source
pub unsafe extern "C" fn MaaSetTaskParam(
    inst: MaaInstanceHandle,
    id: MaaTaskId,
    param: MaaStringView,
) -> MaaBool
Available on crate feature internal only.
Expand description

@brief Set the parameter of a task.

See MaaPostTask() for details about the parameter.

@param inst @param id The id of the task. @param param The parameter of the task. @return MaaBool