Vertaling van "target Task" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Creates a continuation that receives caller-supplied state information and executes asynchronously when the target Task completes.
Crea una continuación que se ejecuta de manera asincrónica cuando se completa el objeto Task de destino.
As experience is acquired on a target task, human performance becomes faster and more reliable.
Conforme adquirimos experiencia en una actividad, nuestro desempeño mejora y se va haciendo más rápido.
You can also learn an embedding as part of the neural network for your target task.
También puedes aprender una incorporación como parte de la red neuronal de tu tarea objetivo.
The system always creates a new instance of the activity in the target task and routes the intent to it.
The type of content you write will depend on the plan you developed above, specifically the target audience and target task to complete.
El tipo de contenido dependerá del plan que desarrolles, en concreto del público objetivo y de la tarea de destino deseada.
However, if the target task already has an existing instance of the activity at the top of its stack, that instance will receive the new intent (in an onNewIntent() call); a new instance is not created.
Sin embargo, si la tarea de destino ya cuenta con una instancia de la actividad en la parte superior de la pila, la instancia recibirá la nueva intent (en una llamada a onNewIntent()); no se creará una nueva instancia.
For example, when a notification takes the user to an activity deep in your app hierarchy, you can use this code to create a PendingIntent that starts an activity and inserts a new back stack into the target task: Kotlin
Por ejemplo, cuando una notificación dirige al usuario a una actividad en lo profundo de la jerarquía de la app, puedes usar este código para crear un PendingIntent que inicie una actividad y, luego, inserte una nueva pila de actividades en la tarea objetivo: Kotlin